# 0 - Pre-War (Ju-52/3m) ( 8 needed to airlift)
model = {
	cost 						= 36 # x2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 280
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 1
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1.25
	range						= 1050 # -20%
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 1 - Basic (C-47) 5 to airlift paras
model = {
	cost 						= 40 # x2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 370
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 2
	range						= 1900  # -20%
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 2 - Improved (Ju 252 or C-54 Skymaster) 3 needed
model = {
	cost 						= 44 # x2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 440
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 5
	airdefence					= 1
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 3.4
	range						= 3100  # -20%
	supplyconsumption 			= 1
	fuelconsumption				= 2
}
# 3 - Advanced (C-69 Constellation) ( 2 needed to airlift)
model = {
	cost 						= 48 # x2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 500
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 2
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 5
	range						= 4000 # -20%
	supplyconsumption 			= 1
	fuelconsumption				= 3
}
# 4 - Intercontinental (C-97) 
model = {
	cost 						= 50 # x2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 600
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 7
	airdefence					= 2
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0	
	transportcapability			= 10
	range						= 5600 # -20%
	supplyconsumption 			= 1
	fuelconsumption				= 3
}